home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
Logout.aspx110
< prev
next >
Wrap
Text File
|
2007-12-14
|
2KB
|
46 lines
<%@ Page language="c#" Inherits="gbweb.Logout" CodeFile="Logout.aspx.cs" culture="auto" uiculture="auto" %>
<%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
<%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>GBPVR - Logout</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
<link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
</head>
<body class="tabbedpage">
<form id="Form1" method="post" runat="server">
<gbpvr:Header id="header" runat="server" ActiveTab="logout" />
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="2"><img src="public/t.gif" width="1" height="14" border="0"></td>
</tr>
<tr>
<td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
<td width="99%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="99%" class="cline"><img src="public/t.gif" width="400" height="1" border="0"></td>
</tr>
<tr>
<td width="99%"><span class="date"> <img src="public/t.gif" width="1" height="4"><br>
<b>Logout</b></span></td>
</tr>
</table>
<img src="public/t.gif" width="1" height="10"><br>
<span class="listing">You have been successfully logged out. To log back in just choose an option above.</span>
<img src="public/t.gif" width="1" height="10"><br>
<!-- Manage table end -->
<gbpvr:Footer id="Footer1" runat="server" />
</td>
<td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
</tr>
</table>
</form>
</body>
</html>